home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_3063 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  134 b   |  8 lines

  1. on(press){
  2.    _root.fade.play();
  3.    stopAllSounds();
  4.    _root.load_x = 275;
  5.    _root.load_y = 480;
  6.    _root.gotoAndStop(30);
  7. }
  8.